Skip to content

build(deps): bump actions/checkout from 6 to 7 - #15

Merged
Yiminnn merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Jun 28, 2026
Merged

build(deps): bump actions/checkout from 6 to 7#15
Yiminnn merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 19, 2026
@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown

Greptile Summary

This is a routine dependabot bump of actions/checkout from v6 to v7 across all 10 GitHub Actions workflow files. The only notable change in v7 is a security improvement that blocks checking out fork PRs when using pull_request_target or workflow_run triggers — none of the affected workflows use those triggers, so no behavioral change is expected.

  • All 10 workflow files receive an identical single-line version change from actions/checkout@v6 to actions/checkout@v7.
  • The v7 breaking change (fork PR checkout restriction) has no impact here since every workflow uses standard pull_request or push triggers.

Confidence Score: 5/5

Safe to merge — identical single-line version bumps across 10 workflow files with no trigger configurations that would be affected by v7's new fork-PR restriction.

Every changed file receives only a one-line version string update. The one breaking change introduced in v7 (blocking fork PR checkout on pull_request_target and workflow_run triggers) does not apply here because none of the workflows use those triggers. No logic, secrets handling, or job configuration has changed.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/check-links-pr.yaml Bumps actions/checkout from v6 to v7; uses pull_request trigger (not affected by v7's fork-PR restriction).
.github/workflows/lint.yaml Bumps actions/checkout from v6 to v7; no pull_request_target or workflow_run trigger.
.github/workflows/test-acp-registry.yaml Bumps actions/checkout from v6 to v7; no trigger requiring special fork-PR handling.
.github/workflows/test-ai-sdk-harness-mimo.yaml Bumps actions/checkout from v6 to v7; straightforward single-line version update.
.github/workflows/test-ai-sdk.yaml Bumps actions/checkout from v6 to v7; no breaking-change triggers present.
.github/workflows/test-mimo-acp.yaml Bumps actions/checkout from v6 to v7; safe single-line version update.
.github/workflows/test-mini-swe-acp.yaml Bumps actions/checkout from v6 to v7; safe single-line version update.
.github/workflows/test-mini-swe-code.yaml Bumps actions/checkout from v6 to v7; safe single-line version update.
.github/workflows/test-omnigent.yaml Bumps actions/checkout from v6 to v7; safe single-line version update.
.github/workflows/test-parity.yaml Bumps actions/checkout from v6 to v7; safe single-line version update.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GitHub Event - push or pull_request] --> B[actions/checkout v7]
    B --> C{Fork PR with pull_request_target or workflow_run?}
    C -- Yes --> D[Blocked by v7 security restriction]
    C -- No --> E[Checkout succeeds as before]
    E --> F[Workflow continues normally]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[GitHub Event - push or pull_request] --> B[actions/checkout v7]
    B --> C{Fork PR with pull_request_target or workflow_run?}
    C -- Yes --> D[Blocked by v7 security restriction]
    C -- No --> E[Checkout succeeds as before]
    E --> F[Workflow continues normally]
Loading

Reviews (4): Last reviewed commit: "build(deps): bump actions/checkout from ..." | Re-trigger Greptile

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch 2 times, most recently from 1472bc4 to 3150ed4 Compare June 27, 2026 03:45
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from 3150ed4 to 9863608 Compare June 28, 2026 03:45
@Yiminnn
Yiminnn merged commit 55253f6 into main Jun 28, 2026
13 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch June 28, 2026 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant